Generate Multiple Choice Questions [closed]

Posted by Daniel on Programmers See other posts from Programmers or by Daniel
Published on 2011-11-15T21:23:39Z Indexed on 2011/11/16 2:07 UTC
Read the original article Hit count: 357

Filed under:
|

I'm working on a quiz application that will have a number of multiple choice questions. I'm waiting on the content from the client, but I'm hoping to start testing with some placeholder data for the time being. In order for the tests to be worthwhile, I probably need at least 100 multiple choice questions.

I wanted to see if anyone knows of a resource or tool that can generate questions/multiple choice answers or propose another creative way to fill my quiz application with placeholder content.

Ultimately the data will be in a MySQL database, but I don't really care what format the sample data is in (Excel, Word, JSON, etc.).

© Programmers or respective owner

Related posts about data

Related posts about automation